home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo PC-KAT (C) COPYRIGHT 1986, R.H. MARTIN. SHORTEN PC-KAT KATDB.FIX FILE.
- rem This batch file is used in PC-KAT Recovery. See your manual.
- kprint -fxhncb%1 katdb.fix
- type kprint.out | more
- echo off
- echo Last chance prior to making above KATDB.FIX and purging old KATDB.FIX.
- echo If you don't want this done, press CTRL-BREAK keys then answer "Y".
- pause
- del katdb.fix
- ren kprint.out katdb.fix
-